/*Fonts*/
@font-face {
  font-family: 'GreatVibes-Regular';
  src: url('fonts/GreatVibes-Regular.eot');
  src: url('fonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/GreatVibes-Regular.ttf') format('truetype'),
       url('fonts/GreatVibes-Regular.woff') format('woff'),
       url('fonts/GreatVibes-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Redressed-Regular';
  src: url('fonts/Redressed-Regular.eot');
  src: url('fonts/Redressed-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Redressed-Regular.ttf') format('truetype'),
       url('fonts/Redressed-Regular.woff') format('woff'),
       url('fonts/Redressed-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*Top Line*/

.menu-main {
  border-top: solid 4px #bd2804;
}
/*Menu BG Color*/

nav#nav-main a {
  color: #bd2804;
}
/*Menu Hover*/

nav#nav-main a:hover {
  background-color: #bd2804;
  color: #fff;
}
/*Page Texture*/

body {
  background: url(images/services-main-bg.jpg) repeat;
}
/*Page Banner*/

@media only screen and (max-width: 1299px) {
  .banner-main {
    background: url(images/banner-bg-mobile.jpg) repeat!important;
  }
}

@media only screen and (min-width: 1300px) {
    .banner-main {
        background: url(images\banner-bg.jpg) repeat center #bd2804;
    }
}
/*Banner Title*/

.banner h1 {
  font-family: 'GreatVibes-Regular';
  color: #bd2804;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
  padding: 20px 0;
  font-size: 45px;
}
/*Date and Time*/

.banner h2 {
padding-top: 40px;
  margin: 0;
  text-transform: lowercase;
  color: #bd2804;
  font-weight: 500;
  font-size: 27px;
  font-family: 'Redressed-Regular';
}
/*Venue and Scrolling Text*/

.banner ul li {
  padding: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: #bd2804;
  font-size: 27px;
  font-family: 'Redressed-Regular';
}

@media only screen and (min-width: 300px) and (max-width: 780px) {
    /*Mobile Banner Title*/
    
  .banner h1 {
    font-size: 25px;
    font-weight: 600;
  letter-spacing: 1px;
  color: #bd2804;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }
    /*Mobile Date and Time*/
    
  .banner h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
  color: #bd2804;
    font-weight: 500;
  }
    /*Mobile Venue and Scrolling Text*/
    
  .banner ul {
    width: 100%;
    margin: 0 auto;
  }

  .banner ul li {
    font-size: 17px;
  color: #bd2804;
    font-weight: 500;
    padding: 0 5px;
  }

  .banner ul li img {
    float: left;
  }

  .banner-main {
    background: url(images/banner-bg-mobile.jpg) repeat!important;
  }

  .brand h1 {
    font-size: 22px;
    font-family: 'open_sansregular';
    margin: 0 25px;
  }

  .brand a:hover {
    text-decoration: none!important;
  }
}